home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / TIMESCPE.dxr / 00175.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  374 b   |  14 lines

  1. on mouseDown
  2.   if the castNum of sprite 39 = the number of member "pixel" then
  3.     set the castNum of sprite 46 to the number of member "scrollbar ball.hand"
  4.     hFingerCheck(4, "ghost", "ghost mask")
  5.     hFingerCheck(5, "ghost", "ghost mask")
  6.     cursor(200)
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   set the castNum of sprite 46 to the number of member "scrollbar ball"
  12.   cursor(-1)
  13. end
  14.